renderSvgDrawing() Method
In This Topic
Renders the SVG document as PDF graphics.
This method performs an explicit rendering of the SVG content to PDF. After the rendering process the size of this object can be retrieved using the and methods.
An explicit call of this method is not required, the framework calls it when the SVG drawing is drawn on the target graphic surface.
Syntax
public void renderSvgDrawing()
|
See Also